PhoneNumberCollection Properties |
The PhoneNumberCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the PhoneNumberCollection.
| |
| IsSynchronized |
Gets a value indicating whether access to the PhoneNumberCollection is synchronized (thread-safe).
| |
| Item |
Gets phone number associated with the specified position. In C#, this property is the indexer for the PhoneNumberCollection class.
| |
| PhoneNumbers |
Gets array of phone numbers.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the PhoneNumberCollection.
|